The online News Reader for AWeb.
By William H. M. Parker bill@amitrix.com
20 Dec 1996 - All Rights Reserved
'plugins/awebnews/'
where
it builds and maintains its working files (newsgroups and newsconfig).
Confignews.awebrx and AWebNews_doc.html should be in the same directory.
The news.awebrx script may be called directly from the Arexx menu or as a
NEWS: plugin.
ARexx Menu:
Plugin usage:title AWebNews macro AWeb-II:plugins/awebnews/news.awebrx
If you don't use an AWeb-II: assign you must usecommand sys:rexxc/rx arguments AWeb-II:plugins/awebnews/news.awebrx %a
Note: ARexx limits file name length so the use of the assign is preferred.arguments FullPath/news.awebrx %a macro Fullpath/news.awebrx
The only information AWebNews requires is the name of you news host. This is usually news.provider. Set your news host and select store configuration and you are ready to read news articles. You can now use the Read News link at the top of the configuration page.
Several other setting are available to allow you to customize AWebNews for your increased enjoyment. 8-D
This value tells AWebNews how many articles to retrieve when you read several articles at a time. This can be controlled in the main program as well.
If you wish you may select the colors used on the AWebNews HTML pages. Color information is usually in the form #rrggbb but color names are supported as well. Background images must be turned on in the AWeb-II menu for this to work.
This is the default path AWebNews uses for saving articles to disk. It is not used when reading articles, only when you select the save function. A file requester allows the user to override this setting for each save.
This is file name to use when articles are 'Batched' for offline use by GRN or similar programs. The file is created in standard RNEWS compatible format. It is not used when reading articles.
This is the only setting required to
post news. It should probably
contain your Email address and/or name. Some News Hosts may require special
formats such as <emailaddress>
.
The size of the text area for entering your post is controllable. You probably want to keep this small and use AWebs ability to exchange text with your favorite text editor.
You may define these header lines to be included in each of your posts. Reply to: should be an email address and should probably be used. Distribution is o.k. to be left off. It is used to limit the propagation of your posts.
If a signature is used, it is placed at the end of each post . Where else ?
Turn this on to include extra headers in your posts. AWebNews will automatically set required headers, use this file for optional headers only. Look at a other peoples post's to what headers you might like to include.
These settings tell AWebNews which parts of a post to quote when doing a follow up (Posting a response to a post).
Note that all 'Batch' functions simply save articles to disk for external use. AWebNews itself does not use the batch file.
The filter and display
control's are also available on this form.
Articles may be stored in the batch file.
The filter may be used as the articles are batched.
next
- go to the next article.
previous
- go to the previous article.
top
- go to the first article.
more
- go to the current newsgroup form to retrieve more articles.
save
- save the article to disk. The entire article is saved with no
added formatting. The default file name is
'newsgroup.number'.
follow up
- post a follow up to this article.
You may select long or short, both, or no header at all.
Filter Syntax
Each filter command must start with - + ~ or |.
Note that spaces are significant inside filter text and commas are not
allowed . The characters - + ~ | CAN be used in filter text.
-filtertext
do not pass any articles containing 'filtertext'.
+filter text
pass only articles containing 'filter text'.
|
Reset the filter and try a new set of filter checks. Any text after | is
ignored.
~
Reverse the filter decision. Any text after ~ is ignored.
Filter commands must be separated by comas when they are combined.
A comma can not be used inside filter text at any time.
+amiga,+HTML
- pass only articles including both 'amiga' and 'HTML'.
+happiness,-money
- pass only articles including 'happiness' and not 'money'.
+amiga,+HTML,|,+happiness,-money
- pass articles including both 'amiga' and 'HTML'. Also pass
articles including 'happiness' and not 'money'.
+ARexx,+wparker,~
- do not pass articles that including both 'ARexx' and 'wparker'.
The filter control's are also available on this form.